Fix make dist in gdk/broadway
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Apr 2011 21:48:48 +0000 (17:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Apr 2011 21:48:48 +0000 (17:48 -0400)
gdk/broadway/Makefile.am

index 78887378a35a9577cbd29a679cb8d096df10d1ae..a64d002a7b0f014468b18161634a1157bf67ed2d 100644 (file)
@@ -33,9 +33,13 @@ libbroadway_la_SOURCES =             \
 clienthtml.h: client.html
        $(PERL) ./toarray.pl client.html client_html > $@
 
+EXTRA_DIST += client.html
+
 broadwayjs.h: broadway.js
        $(PERL) ./toarray.pl broadway.js broadway_js > $@
 
+EXTRA_DIST += broadway.js
+
 # built headers that don't get installed
 broadway_built_private_headers =       \
        clienthtml.h                    \